home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / DocMa / Developer / c / test / smakefile next >
Encoding:
Makefile  |  1997-04-06  |  109 b   |  8 lines

  1. #
  2. # Makefile for the DocMa FileRequester test program
  3. #
  4.  
  5. test: $(OBJ)test.o
  6.    sc link $(OBJ)test.o to test
  7.  
  8.